home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 49 / Amiga Format CD49 (2000-01-17)(Future Publishing)(GB)(Track 1 of 3)[!][issue 2000-02].iso / -serious- / misc / football / locale / english / exec / updatecupteamname.data < prev    next >
Text File  |  1999-11-29  |  713b  |  20 lines

  1. /* English Translation for UpdateCupTeamName.rexx */
  2.  
  3.   var.1  = "uctn_error     = 'ERROR :    (UpdateCupTeamName)'"
  4.   var.2  = "uctn_one       = 'Cannot find '"
  5.   var.3  = "uctn_two       = 'Cannot open '"
  6.   var.4  = "uctn_three     = ' for reading.'"
  7.   var.5  = "uctn_four      = ' for writing.'"
  8.   var.6  = "uctn_five      = ' for re-reading.'"
  9.   var.7  = "uctn_t1        = 'Update Cup Team Name'"
  10.   var.8  = "uctn_t2        = 'Team name'"
  11.   var.9  = "uctn_t3        = 'has been overwritten with team name'"
  12.   var.10 = "uctn_t4        = 'The following files have been updated :'"
  13.  
  14.  
  15. /* Please don't change the following lines */
  16.  
  17.   setclip('VarCount', 10)
  18.   do i = 1 to 10
  19.     call setclip('var.'i, var.i)
  20.   end